home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / src / ConfigFileSrc.lha / ConfigFileSrc12 / Library / LibBase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-02  |  345 b   |  23 lines

  1. /*
  2. **        $PROJECT: ConfigFile.library
  3. **        $FILE: LibBase.h
  4. **        $DESCRIPTION: Header file for LibBase
  5. **
  6. **        (C) Copyright 1996-1997 Marcel Karas
  7. **             All Rights Reserved.
  8. */
  9.  
  10. #ifndef LIBBASE_H
  11. #define LIBBASE_H 1
  12.  
  13. struct CFBase
  14. {
  15.     struct Library                 LibNode;
  16.  
  17.     BPTR                             Segment;
  18. };
  19.  
  20. //#define Segment            CFBase->Segment
  21.  
  22. #endif /* LIBBASE_H */
  23.